[INFO] cloning repository https://github.com/ommann/hello-macroquad
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ommann/hello-macroquad" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fommann%2Fhello-macroquad", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fommann%2Fhello-macroquad'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 89c8ed11e29b59a7356a3d1cdfb08a2e81c9a064
[INFO] testing ommann/hello-macroquad against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fommann%2Fhello-macroquad" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ommann/hello-macroquad
[INFO] finished tweaking git repo https://github.com/ommann/hello-macroquad
[INFO] tweaked toml for git repo https://github.com/ommann/hello-macroquad written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ommann/hello-macroquad on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ommann/hello-macroquad already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded macroquad_macro v0.1.7
[INFO] [stderr]   Downloaded quad-rand v0.2.1
[INFO] [stderr]   Downloaded ahash v0.8.7
[INFO] [stderr]   Downloaded bytemuck v1.14.1
[INFO] [stderr]   Downloaded png v0.17.11
[INFO] [stderr]   Downloaded bumpalo v3.14.0
[INFO] [stderr]   Downloaded crc32fast v1.3.2
[INFO] [stderr]   Downloaded fontdue v0.7.3
[INFO] [stderr]   Downloaded miniquad v0.4.0-alpha.10
[INFO] [stderr]   Downloaded syn v2.0.48
[INFO] [stderr]   Downloaded glam v0.21.3
[INFO] [stderr]   Downloaded ndk-sys v0.2.2
[INFO] [stderr]   Downloaded macroquad v0.4.4
[INFO] [stderr]   Downloaded image v0.24.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 008803660d63cc57aab9f1554d92b2aea619866e2b8bd4d108f4f7a6b90ab402
[INFO] running `Command { std: "docker" "start" "-a" "008803660d63cc57aab9f1554d92b2aea619866e2b8bd4d108f4f7a6b90ab402", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "008803660d63cc57aab9f1554d92b2aea619866e2b8bd4d108f4f7a6b90ab402", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "008803660d63cc57aab9f1554d92b2aea619866e2b8bd4d108f4f7a6b90ab402", kill_on_drop: false }`
[INFO] [stdout] 008803660d63cc57aab9f1554d92b2aea619866e2b8bd4d108f4f7a6b90ab402
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63ba8787267f69287960b846f600296fb015a9d14fd05efdbe147495371356a6
[INFO] running `Command { std: "docker" "start" "-a" "63ba8787267f69287960b846f600296fb015a9d14fd05efdbe147495371356a6", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling ahash v0.8.7
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling miniquad v0.4.0-alpha.10
[INFO] [stderr]    Compiling bytemuck v1.14.1
[INFO] [stderr]    Compiling ttf-parser v0.15.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling glam v0.21.3
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling quad-rand v0.2.1
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling png v0.17.11
[INFO] [stderr]    Compiling fontdue v0.7.3
[INFO] [stderr]    Compiling image v0.24.8
[INFO] [stderr]    Compiling macroquad v0.4.4
[INFO] [stderr]    Compiling hello_macro_q v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]   --> src/main.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 |   let speed = 100.0;
[INFO] [stdout]    |       ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `direction`
[INFO] [stdout]   --> src/main.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let direction = world_mouse_position.normalize();
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rotated_direction`
[INFO] [stdout]   --> src/main.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let rotated_direction = vec2(-opposite_direction.y, opposite_direction.x);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rotated_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remaining_time`
[INFO] [stdout]    --> src/main.rs:138:27
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let (new_coordinates, remaining_time, collision_normal) = move_aabb_to_direction(1.0, line2, 1.0, new_rect, (x2, y2, w2, h2), (...
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remaining_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `collision_normal`
[INFO] [stdout]    --> src/main.rs:138:43
[INFO] [stdout]     |
[INFO] [stdout] 138 | ...remaining_time, collision_normal) = move_aabb_to_direction(1.0, line2, 1.0, new_rect, (x2, y2, w2, h2), (cx, cy));
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_collision_normal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/main.rs:174:78
[INFO] [stdout]     |
[INFO] [stdout] 174 | fn subtract_rect_to_minkowski_sum1(rect: Rect, minkowski_sum: MinkowskiSum1, offset: (f32, f32)) -> MinkowskiSum2 {
[INFO] [stdout]     |                                                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `corners`
[INFO] [stdout]    --> src/main.rs:179:7
[INFO] [stdout]     |
[INFO] [stdout] 179 |   let corners = [
[INFO] [stdout]     |       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_corners`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_minowski_sum1_redux` is never used
[INFO] [stdout]    --> src/main.rs:268:4
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn draw_minowski_sum1_redux(minkowski_sum: MinkowskiSum1, offset: (f32, f32)) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_minkowski_sum2` is never used
[INFO] [stdout]    --> src/main.rs:281:4
[INFO] [stdout]     |
[INFO] [stdout] 281 | fn draw_minkowski_sum2(minkowski_sum: MinkowskiSum2, offset: (f32, f32)) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `screen_to_world_coordinates` is never used
[INFO] [stdout]    --> src/main.rs:309:4
[INFO] [stdout]     |
[INFO] [stdout] 309 | fn screen_to_world_coordinates(screen: Vec2, offset: (f32, f32)) -> Vec2 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_rectangle_in_rectangle` is never used
[INFO] [stdout]    --> src/main.rs:331:4
[INFO] [stdout]     |
[INFO] [stdout] 331 | fn is_rectangle_in_rectangle(rect1: Rect, rect2: Rect) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
[INFO] running `Command { std: "docker" "inspect" "63ba8787267f69287960b846f600296fb015a9d14fd05efdbe147495371356a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63ba8787267f69287960b846f600296fb015a9d14fd05efdbe147495371356a6", kill_on_drop: false }`
[INFO] [stdout] 63ba8787267f69287960b846f600296fb015a9d14fd05efdbe147495371356a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae9331ae804e7e1d99a44e26110b81e0a01eba26660c10394e916ad6b910f183
[INFO] running `Command { std: "docker" "start" "-a" "ae9331ae804e7e1d99a44e26110b81e0a01eba26660c10394e916ad6b910f183", kill_on_drop: false }`
[INFO] [stderr]    Compiling hello_macro_q v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]   --> src/main.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 |   let speed = 100.0;
[INFO] [stdout]    |       ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `direction`
[INFO] [stdout]   --> src/main.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let direction = world_mouse_position.normalize();
[INFO] [stdout]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rotated_direction`
[INFO] [stdout]   --> src/main.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 |     let rotated_direction = vec2(-opposite_direction.y, opposite_direction.x);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rotated_direction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `remaining_time`
[INFO] [stdout]    --> src/main.rs:138:27
[INFO] [stdout]     |
[INFO] [stdout] 138 |     let (new_coordinates, remaining_time, collision_normal) = move_aabb_to_direction(1.0, line2, 1.0, new_rect, (x2, y2, w2, h2), (...
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remaining_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `collision_normal`
[INFO] [stdout]    --> src/main.rs:138:43
[INFO] [stdout]     |
[INFO] [stdout] 138 | ...remaining_time, collision_normal) = move_aabb_to_direction(1.0, line2, 1.0, new_rect, (x2, y2, w2, h2), (cx, cy));
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_collision_normal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/main.rs:174:78
[INFO] [stdout]     |
[INFO] [stdout] 174 | fn subtract_rect_to_minkowski_sum1(rect: Rect, minkowski_sum: MinkowskiSum1, offset: (f32, f32)) -> MinkowskiSum2 {
[INFO] [stdout]     |                                                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `corners`
[INFO] [stdout]    --> src/main.rs:179:7
[INFO] [stdout]     |
[INFO] [stdout] 179 |   let corners = [
[INFO] [stdout]     |       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_corners`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_minowski_sum1_redux` is never used
[INFO] [stdout]    --> src/main.rs:268:4
[INFO] [stdout]     |
[INFO] [stdout] 268 | fn draw_minowski_sum1_redux(minkowski_sum: MinkowskiSum1, offset: (f32, f32)) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `draw_minkowski_sum2` is never used
[INFO] [stdout]    --> src/main.rs:281:4
[INFO] [stdout]     |
[INFO] [stdout] 281 | fn draw_minkowski_sum2(minkowski_sum: MinkowskiSum2, offset: (f32, f32)) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `screen_to_world_coordinates` is never used
[INFO] [stdout]    --> src/main.rs:309:4
[INFO] [stdout]     |
[INFO] [stdout] 309 | fn screen_to_world_coordinates(screen: Vec2, offset: (f32, f32)) -> Vec2 {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_rectangle_in_rectangle` is never used
[INFO] [stdout]    --> src/main.rs:331:4
[INFO] [stdout]     |
[INFO] [stdout] 331 | fn is_rectangle_in_rectangle(rect1: Rect, rect2: Rect) -> bool {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s
[INFO] running `Command { std: "docker" "inspect" "ae9331ae804e7e1d99a44e26110b81e0a01eba26660c10394e916ad6b910f183", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae9331ae804e7e1d99a44e26110b81e0a01eba26660c10394e916ad6b910f183", kill_on_drop: false }`
[INFO] [stdout] ae9331ae804e7e1d99a44e26110b81e0a01eba26660c10394e916ad6b910f183
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a9a2e4fd1b99d571192df6bb2a3e8e3128c32a9d6b96afe5e8a54be4fe933804
[INFO] running `Command { std: "docker" "start" "-a" "a9a2e4fd1b99d571192df6bb2a3e8e3128c32a9d6b96afe5e8a54be4fe933804", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `speed`
[INFO] [stderr]   --> src/main.rs:13:7
[INFO] [stderr]    |
[INFO] [stderr] 13 |   let speed = 100.0;
[INFO] [stderr]    |       ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `direction`
[INFO] [stderr]   --> src/main.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 61 |     let direction = world_mouse_position.normalize();
[INFO] [stderr]    |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_direction`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `rotated_direction`
[INFO] [stderr]   --> src/main.rs:63:9
[INFO] [stderr]    |
[INFO] [stderr] 63 |     let rotated_direction = vec2(-opposite_direction.y, opposite_direction.x);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rotated_direction`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `remaining_time`
[INFO] [stderr]    --> src/main.rs:138:27
[INFO] [stderr]     |
[INFO] [stderr] 138 |     let (new_coordinates, remaining_time, collision_normal) = move_aabb_to_direction(1.0, line2, 1.0, new_rect, (x2, y2, w2, h2), (...
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_remaining_time`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `collision_normal`
[INFO] [stderr]    --> src/main.rs:138:43
[INFO] [stderr]     |
[INFO] [stderr] 138 | ...remaining_time, collision_normal) = move_aabb_to_direction(1.0, line2, 1.0, new_rect, (x2, y2, w2, h2), (cx, cy));
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_collision_normal`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `offset`
[INFO] [stderr]    --> src/main.rs:174:78
[INFO] [stderr]     |
[INFO] [stderr] 174 | fn subtract_rect_to_minkowski_sum1(rect: Rect, minkowski_sum: MinkowskiSum1, offset: (f32, f32)) -> MinkowskiSum2 {
[INFO] [stderr]     |                                                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `corners`
[INFO] [stderr]    --> src/main.rs:179:7
[INFO] [stderr]     |
[INFO] [stderr] 179 |   let corners = [
[INFO] [stderr]     |       ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_corners`
[INFO] [stderr] 
[INFO] [stderr] warning: function `draw_minowski_sum1_redux` is never used
[INFO] [stderr]    --> src/main.rs:268:4
[INFO] [stderr]     |
[INFO] [stderr] 268 | fn draw_minowski_sum1_redux(minkowski_sum: MinkowskiSum1, offset: (f32, f32)) {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `draw_minkowski_sum2` is never used
[INFO] [stderr]    --> src/main.rs:281:4
[INFO] [stderr]     |
[INFO] [stderr] 281 | fn draw_minkowski_sum2(minkowski_sum: MinkowskiSum2, offset: (f32, f32)) {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `screen_to_world_coordinates` is never used
[INFO] [stderr]    --> src/main.rs:309:4
[INFO] [stderr]     |
[INFO] [stderr] 309 | fn screen_to_world_coordinates(screen: Vec2, offset: (f32, f32)) -> Vec2 {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_rectangle_in_rectangle` is never used
[INFO] [stderr]    --> src/main.rs:331:4
[INFO] [stderr]     |
[INFO] [stderr] 331 | fn is_rectangle_in_rectangle(rect1: Rect, rect2: Rect) -> bool {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `hello_macro_q` (bin "hello_macro_q" test) generated 11 warnings (run `cargo fix --bin "hello_macro_q" -p hello_macro_q --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hello_macro_q-6d8c3c0bb37e8f3b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a9a2e4fd1b99d571192df6bb2a3e8e3128c32a9d6b96afe5e8a54be4fe933804", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9a2e4fd1b99d571192df6bb2a3e8e3128c32a9d6b96afe5e8a54be4fe933804", kill_on_drop: false }`
[INFO] [stdout] a9a2e4fd1b99d571192df6bb2a3e8e3128c32a9d6b96afe5e8a54be4fe933804
